runtime.gcWork.mayNeedWorker (field)
11 uses
runtime (current package)
mgcmark.go#L1290: if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
mgcmark.go#L1291: gcw.mayNeedWorker = false
mgcmark.go#L1349: if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
mgcmark.go#L1350: gcw.mayNeedWorker = false
mgcmark.go#L1464: if goexperiment.GreenTeaGC && gcw.mayNeedWorker {
mgcmark.go#L1465: gcw.mayNeedWorker = false
mgcmark_greenteagc.go#L308: gcw.mayNeedWorker = true
mgcwork.go#L133: mayNeedWorker bool
mgcwork.go#L191: w.mayNeedWorker = true
mgcwork.go#L244: w.mayNeedWorker = true
mgcwork.go#L373: w.mayNeedWorker = true
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |